home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
60914
/
60914.xpi
/
chrome
/
content
/
setdesktopbackgroundoverlay.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-01-20
|
1KB
|
40 lines
<?xml version="1.0"?>
<!DOCTYPE window SYSTEM "chrome://personasrotator/locale/setdesktopbackgroundoverlay.dtd">
<overlay id="setdesktopbackground-overlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml">
<script type="application/x-javascript" src="chrome://personasrotator/content/personasrotatorrdf.js"/>
<script type="application/x-javascript" src="chrome://personasrotator/content/personasrotatorfileio.js"/>
<script type="application/x-javascript" src="chrome://personasrotator/content/setdesktopbackgroundoverlay.js"/>
<stringbundleset>
<stringbundle id="overlayBundle" src="chrome://personasrotator/locale/setdesktopbackgroundoverlay.properties"/>
</stringbundleset>
<groupbox align="center" hidden="true" class="personasrotatorgroupbox">
<caption label="&setdesktopbackgroundoverlay.Collection;" />
<hbox pack="center">
<vbox pack="center">
<description id="savedescription">&setdesktopbackgroundoverlay.SavePersonaTo;:</description>
</vbox>
<menulist label="&setdesktopbackgroundoverlay.ChooseCollection;" width="150" id="collist">
<menupopup id="collistpopup"></menupopup>
</menulist>
</hbox>
</groupbox>
</overlay>